home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / schem1_2.zip / SCHEM.BAT < prev    next >
DOS Batch File  |  1992-03-21  |  269b  |  19 lines

  1. echo off
  2. cls
  3. if exist return.bat del return.bat
  4. :start
  5. schemati %1
  6. if errorlevel 9 goto cycle
  7. if errorlevel 1 goto end2
  8. goto end
  9. :cycle
  10. call eval
  11. if exist return.bat goto return
  12. goto start
  13. :return
  14. return.bat
  15. return.bat
  16. :end2
  17. echo Internal Error!
  18. :end
  19.